home *** CD-ROM | disk | FTP | other *** search
/ TOS Silver 2000 / TOS Silver 2000.iso / Anwendun / LUNA152A / _ENGLISH / POPUPS / HOME.POP next >
Encoding:
Text File  |  1999-11-10  |  2.6 KB  |  85 lines

  1. ;
  2. ; Luna Popup definition for user-customised popups
  3. ; (Depending on setting, right-click with or without [Shift])
  4. ; The popup can be custom defined with the following popup commands:
  5.  
  6. ; DIRECT COMMANDS
  7.  
  8. ; /tput        =    Output a short text at the current position; abbreviations
  9. ;               (Kürzel) will be expanded during this (non-automatic Kürzel
  10. ;               definitions too)!
  11. ; Syntax:    /tput    'Popuptext'    'Outputtext'
  12.  
  13. ; /merge    =    Insert (merge) a file at the current cursor position
  14. ; Syntax:    /merge    'Popuptext'    <filepath>
  15.  
  16. ; /link        =    Incorporate a sub-popup (max. 8 popups in total)
  17. ; Syntax:    /link    "Popuptext"    <filepath>
  18.  
  19. ; /script    =    Execute a script
  20. ; Syntax:    /script    'Popuptext'    <filepath>
  21.  
  22. ; /file        =    Open a file in a _new_ window
  23. ; Syntax:    /file    'Popuptext'    <filepath>
  24.  
  25. ; /dfile    =    Load replacement file in the _current_ window
  26. ; Syntax:    /dfile    'Popuptext'    <filepath>
  27.  
  28. ; /separator=    Insert separator line
  29. ; /end        =    End of popup definition
  30.  
  31. ; INDIRECT COMMANDS (Menu-functions)
  32.  
  33. ; /new        =    Menu entry "New"
  34. ; /open        =    Menu entry "Open..."
  35. ; /mopen    =    Menu entry "Merge..."
  36. ; /dopen    =    Menu entry "Load replacement..."
  37. ; /close    =    Menu entry "Close"
  38. ; /save        =    Menu entry "Save"
  39. ; /asave    =    Menu entry "Save as...
  40. ; /search    =    Menu entry "Find..."
  41. ; /replace    =    Menu entry "Replace..."
  42. ; /blksta    =    Menu entry "Block start"
  43. ; /blkend    =    Menu entry "Block end"
  44. ; /blkhide    =    Menu entry "Clear block marking"
  45. ; /blkfil    =    Menu entry "Filter block..."
  46. ; /runscript=    Menu entry "Execute script..."
  47. ; /recscript=    Menu entry "Record script..."
  48. ; /asctable    =    Menu entry "Character table"
  49. ; /setmark    =    Menu entry "Set mark..."
  50. ; /gomark    =    Menu entry "Go to mark..."
  51. ; /cut        =    Menu entry "Cut"
  52. ; /copy        =    Menu entry "Copy"
  53. ; /paste    =    Menu entry "Paste"
  54. ; /colpaste    =    Menu entry "...as column block"
  55. ; /delete    =    Menu entry "Delete"
  56. ; /clear    =    Menu entry "Clear"
  57.  
  58. ; Syntax:
  59. ;
  60. ; /Command "Text for popup"    [<Path specification>] or ["Character strings"]
  61. ;
  62.  
  63. ; Example:
  64.  
  65. /new        "Create new"
  66. /open        "Open..."
  67. /close        "Close"
  68. /mopen        "Merge..."
  69. /separator
  70. /cut        "Cut"
  71. /copy        "Copy"
  72. /paste        "Paste"
  73. /delete        "Remove"
  74. /clear        "Delete"
  75. /separator
  76. /link        "Headings"        <popups\html_01.pop>    ; Parameters: Popup text, path of popup to be incorporated
  77. /link        "Text paras."    <popups\html_02.pop>    ; Parameters: Popup text, path of popup to be incorporated
  78. /link        "Lists"            <popups\html_03.pop>    ; Parameters: Popup text, path of popup to be incorporated
  79. /separator
  80. /search        "Find..."
  81. /replace    "Replace..."
  82. /blkfil        "Filter block..."
  83. /end                                                ; End of the popup definition
  84.  
  85.